PreviousNextTracker indexSee it online !

(3/8) 1008 - HTML5 0.1.0 - initial release

{{{ HTML5 0.1.0
Source: Source code is in Git with the tag 0.1.0_1 (https://sourceforge.net/u/kerik-sf/html5/ci/0.1.0_1/tree/)
Announcement: first release
Requires Java 1.7
Requires jEdit 05.03.00.00
Required plugins:
ICU4JPlugin 54.1.1 (icu4j.ICU4JPlugin)
XML 3.0.3 (xml.XmlPlugin)

Short Description: The HTML5 plugin provides validation and completion support for XHTML5.

Long Description: <html>
<p>The HTML5 plugin provides validation and completion support for XHTML5.</p>
</html>

}}}

Submitted kerik-sf - 2016-03-24 14:46:14.171000 Assigned elberry
Priority 5 Labels
Status open Group None
Resolution None

Comments

2016-03-29 19:46:32.892000
elberry

- **status**: open --> pending
- **assigned_to**: Townsfolk

2016-03-29 19:46:33.106000
elberry

Pending on release of ICU4J plugin.

2016-06-22 19:51:16.879000
elberry

Hi Eric, I'm having trouble building this project. I get some errors in the `build.validator` target:
~~~
build.validator:
[echo] nu-validator: update
[exec] ./build/build.sh: line 8: ./build/build.py: Permission denied
[exec] Result: 126
[echo] nu-validator: dldeps
[exec] ./build/build.sh: line 8: ./build/build.py: Permission denied
[exec] Result: 126
[echo] nu-validator: build
[exec] ./build/build.sh: line 8: ./build/build.py: Permission denied
[exec] Result: 126
[echo] nu-validator: jar
[exec] ./build/build.sh: line 8: ./build/build.py: Permission denied
[exec] Result: 126

BUILD FAILED
/Users/elberry/development/projects/jedit/pjo/ant/build.xml:139: The following error occurred while executing this line:
/Users/elberry/development/projects/jedit/pjo/ant/build.xml:419: The following error occurred while executing this line:
/Users/elberry/development/projects/jedit/build-support/plugin-build.xml:459: The following error occurred while executing this line:
/Users/elberry/development/projects/jedit/sandbox/plugins/HTML5-0.1.0/HTML5/build.xml:105: src '/Users/elberry/development/projects/jedit/sandbox/plugins/HTML5-0.1.0/HTML5/lib/nu-validator/build/dist/vnu.jar' doesn't exist.
~~~

Also, for future releases, please include a note in the release request that the project has submodules.

2016-06-23 17:03:09.353000
kerik-sf

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,5 +1,5 @@
{{{ HTML5 0.1.0
- Source: Source code is in Git with the tag 0.1.0 (https://sourceforge.net/u/kerik-sf/html5/ci/0.1.0/tree/)
+ Source: Source code is in Git with the tag 0.1.0_1 (https://sourceforge.net/u/kerik-sf/html5/ci/0.1.0_1/tree/)
Announcement: first release
Requires Java 1.7
Requires jEdit 05.03.00.00

~~~~

2016-06-23 17:03:09.720000
kerik-sf

Fixed. Sorry about that. ant replace task erases permissions, so I had to switch replace and chmod in the build.xml.

Please try the new tag 0.1.0_1

2016-06-23 17:03:18.776000
kerik-sf

- **status**: pending --> open